Html Css Color HEX #F028A7 Persian Rose

📋 copy color: '#F028A7'

red 240 ◦ green 40 ◦ blue 167

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

Shades of Persian Rose #F028A7

Tints of Persian Rose #F028A7

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.95%

 BLUE value IS 167 (65.63% from 255) = 37.36%

R = 53.69%
G = 8.95%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#F028A7 (or 0xF028A7) is known color: Persian Rose. HEX triplet: F0, 28 and A7. RGB value is (240,40,167). Sum of RGB (Red+Green+Blue) = 240+40+167=447 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.69% from 447); Green value is 40 (16.02% from 255 or 8.95% from 447); Blue value is 167 (65.62% from 255 or 37.36% from 447); Max value from RGB is 240 - color contains mainly: red. Hex color #F028A7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F028A7 is #0FD758. Grayscale: #717171. Windows color (decimal): -1038169 or 10954992. OLE color: 10954992.

HSL color Cylindrical-coordinate representation of color #F028A7: hue angle of 321.9º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F028A7 is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 40 167 -
CMYK 0 0.83 0.30 0.06
HSL 321.9º 0.87% 0.55% -
HSV(B) 321.9º 0.83% 0.94% -
XYZ 43.67 22.83 38.66 -
YUV 114.28 157.76 217.67 -
System Red Green Blue C M Y K H S L
Decimal 240 40 167 0 0.83 0.30 0.06 321.9 0.87 0.55
Hex F0 28 A7 0 53 1E 6 142 57 37
Octal 360 50 247 0 123 36 6 502 127 67
Binary 11110000 101000 10100111 0 1010011 11110 110 101000010 1010111 110111

Color Harmonies of #F028A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F028A7

Black with #F028A7

Text Example


Text Example

White with #F028A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F028A7; }

 p { color: rgb(240,40,167); }

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

background-color css

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

 a { background-color: rgb(240,40,167); }

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

border-color css

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

 span { border-color: rgb(240,40,167); }

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