Html Css Color HEX #F0279B Persian Rose

📋 copy color: '#F0279B'

red 240 ◦ green 39 ◦ blue 155

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

Shades of Persian Rose #F0279B

Tints of Persian Rose #F0279B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.99%

 BLUE value IS 155 (60.94% from 255) = 35.71%

R = 55.3%
G = 8.99%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#F0279B (or 0xF0279B) is known color: Persian Rose. HEX triplet: F0, 27 and 9B. RGB value is (240,39,155). Sum of RGB (Red+Green+Blue) = 240+39+155=434 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.30% from 434); Green value is 39 (15.62% from 255 or 8.99% from 434); Blue value is 155 (60.94% from 255 or 35.71% from 434); Max value from RGB is 240 - color contains mainly: red. Hex color #F0279B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0279B is #0FD864. Grayscale: #707070. Windows color (decimal): -1038437 or 10168304. OLE color: 10168304.

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

Color convert

RGB 240 39 155 -
CMYK 0 0.84 0.35 0.06
HSL 325.37º 0.87% 0.55% -
HSV(B) 325.37º 0.84% 0.94% -
XYZ 42.58 22.34 33.08 -
YUV 112.32 152.09 219.07 -
System Red Green Blue C M Y K H S L
Decimal 240 39 155 0 0.84 0.35 0.06 325.37 0.87 0.55
Hex F0 27 9B 0 54 23 6 145 57 37
Octal 360 47 233 0 124 43 6 505 127 67
Binary 11110000 100111 10011011 0 1010100 100011 110 101000101 1010111 110111

Color Harmonies of #F0279B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0279B

Black with #F0279B

Text Example


Text Example

White with #F0279B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0279B; }

 p { color: rgb(240,39,155); }

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

background-color css

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

 a { background-color: rgb(240,39,155); }

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

border-color css

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

 span { border-color: rgb(240,39,155); }

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