Html Css Color HEX #F0279A Persian Rose

📋 copy color: '#F0279A'

red 240 ◦ green 39 ◦ blue 154

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

Shades of Persian Rose #F0279A

Tints of Persian Rose #F0279A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.57%

R = 55.43%
G = 9.01%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F0279A (or 0xF0279A) is known color: Persian Rose. HEX triplet: F0, 27 and 9A. RGB value is (240,39,154). Sum of RGB (Red+Green+Blue) = 240+39+154=433 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.43% from 433); Green value is 39 (15.62% from 255 or 9.01% from 433); Blue value is 154 (60.55% from 255 or 35.57% from 433); Max value from RGB is 240 - color contains mainly: red. Hex color #F0279A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0279A is #0FD865. Grayscale: #6F6F6F. Windows color (decimal): -1038438 or 10102768. OLE color: 10102768.

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

Color convert

RGB 240 39 154 -
CMYK 0 0.84 0.36 0.06
HSL 325.67º 0.87% 0.55% -
HSV(B) 325.67º 0.84% 0.94% -
XYZ 42.49 22.31 32.64 -
YUV 112.21 151.59 219.15 -
System Red Green Blue C M Y K H S L
Decimal 240 39 154 0 0.84 0.36 0.06 325.67 0.87 0.55
Hex F0 27 9A 0 54 24 6 146 57 37
Octal 360 47 232 0 124 44 6 506 127 67
Binary 11110000 100111 10011010 0 1010100 100100 110 101000110 1010111 110111

Color Harmonies of #F0279A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0279A

Black with #F0279A

Text Example


Text Example

White with #F0279A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0279A; }

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

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

background-color css

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

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

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

border-color css

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

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

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