Html Css Color HEX #F075C2 Persian Pink

📋 copy color: '#F075C2'

red 240 ◦ green 117 ◦ blue 194

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

Shades of Persian Pink #F075C2

Tints of Persian Pink #F075C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.21%

R = 43.56%
G = 21.23%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#F075C2 (or 0xF075C2) is known color: Persian Pink. HEX triplet: F0, 75 and C2. RGB value is (240,117,194). Sum of RGB (Red+Green+Blue) = 240+117+194=551 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.56% from 551); Green value is 117 (46.09% from 255 or 21.23% from 551); Blue value is 194 (76.17% from 255 or 35.21% from 551); Max value from RGB is 240 - color contains mainly: red. Hex color #F075C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F075C2 is #0F8A3D. Grayscale: #A2A2A2. Windows color (decimal): -1018430 or 12744176. OLE color: 12744176.

HSL color Cylindrical-coordinate representation of color #F075C2: hue angle of 322.44º 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 #F075C2 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 117 194 -
CMYK 0 0.51 0.19 0.06
HSL 322.44º 0.8% 0.7% -
HSV(B) 322.44º 0.51% 0.94% -
XYZ 52.03 35.14 55.08 -
YUV 162.56 145.75 183.24 -
System Red Green Blue C M Y K H S L
Decimal 240 117 194 0 0.51 0.19 0.06 322.44 0.8 0.7
Hex F0 75 C2 0 33 13 6 142 50 46
Octal 360 165 302 0 63 23 6 502 120 106
Binary 11110000 1110101 11000010 0 110011 10011 110 101000010 1010000 1000110

Color Harmonies of #F075C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F075C2

Black with #F075C2

Text Example


Text Example

White with #F075C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F075C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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