Html Css Color HEX #F075B3 Persian Pink

📋 copy color: '#F075B3'

red 240 ◦ green 117 ◦ blue 179

#F075B3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Pink #F075B3

Tints of Persian Pink #F075B3

RGB

 RED value IS 240 (94.14% from 255) = 44.78%

 GREEN value IS 117 (46.09% from 255) = 21.83%

 BLUE value IS 179 (70.31% from 255) = 33.4%

R = 44.78%
G = 21.83%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.25

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F075B3 (or 0xF075B3) is known color: Persian Pink. HEX triplet: F0, 75 and B3. RGB value is (240,117,179). Sum of RGB (Red+Green+Blue) = 240+117+179=536 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.78% from 536); Green value is 117 (46.09% from 255 or 21.83% from 536); Blue value is 179 (70.31% from 255 or 33.40% from 536); Max value from RGB is 240 - color contains mainly: red. Hex color #F075B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F075B3 is #0F8A4C. Grayscale: #A0A0A0. Windows color (decimal): -1018445 or 11761136. OLE color: 11761136.

HSL color Cylindrical-coordinate representation of color #F075B3: hue angle of 329.76º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F075B3 is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 117 179 -
CMYK 0 0.51 0.25 0.06
HSL 329.76º 0.8% 0.7% -
HSV(B) 329.76º 0.51% 0.94% -
XYZ 50.43 34.5 46.65 -
YUV 160.85 138.25 184.46 -
System Red Green Blue C M Y K H S L
Decimal 240 117 179 0 0.51 0.25 0.06 329.76 0.8 0.7
Hex F0 75 B3 0 33 19 6 14A 50 46
Octal 360 165 263 0 63 31 6 512 120 106
Binary 11110000 1110101 10110011 0 110011 11001 110 101001010 1010000 1000110

Color Harmonies of #F075B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F075B3

Black with #F075B3

Text Example


Text Example

White with #F075B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F075B3; }

 p { color: rgb(240,117,179); }

 H1.HeaderClassName
 {
   color: #F075B3;
 }
 .AnyTagClassName
 {
   color: #F075B3;
 }
</style>

background-color css

<style>
 a { background-color: #F075B3; }

 a { background-color: rgb(240,117,179); }

 div.DivClassName
 {
   background-color: #F075B3;
 }
 .BgClassName
 {
   background-color: #F075B3;
 }
</style>

border-color css

<style>
 span { border-color: #F075B3; }

 span { border-color: rgb(240,117,179); }

 td.TdClassName
 {
   border-color: #F075B3;
 }
 .TagClassName
 {
   border-color: #F075B3;
 }
</style>