Html Css Color HEX #F028AB Persian Rose

📋 copy color: '#F028AB'

red 240 ◦ green 40 ◦ blue 171

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

Shades of Persian Rose #F028AB

Tints of Persian Rose #F028AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.92%

R = 53.22%
G = 8.87%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F028AB (or 0xF028AB) is known color: Persian Rose. HEX triplet: F0, 28 and AB. RGB value is (240,40,171). Sum of RGB (Red+Green+Blue) = 240+40+171=451 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.22% from 451); Green value is 40 (16.02% from 255 or 8.87% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 240 - color contains mainly: red. Hex color #F028AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F028AB is #0FD754. Grayscale: #727272. Windows color (decimal): -1038165 or 11217136. OLE color: 11217136.

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

Color convert

RGB 240 40 171 -
CMYK 0 0.83 0.29 0.06
HSL 320.7º 0.87% 0.55% -
HSV(B) 320.7º 0.83% 0.94% -
XYZ 44.04 22.98 40.64 -
YUV 114.73 159.76 217.35 -
System Red Green Blue C M Y K H S L
Decimal 240 40 171 0 0.83 0.29 0.06 320.7 0.87 0.55
Hex F0 28 AB 0 53 1D 6 141 57 37
Octal 360 50 253 0 123 35 6 501 127 67
Binary 11110000 101000 10101011 0 1010011 11101 110 101000001 1010111 110111

Color Harmonies of #F028AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F028AB

Black with #F028AB

Text Example


Text Example

White with #F028AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F028AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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