Html Css Color HEX #F0289C Persian Rose

📋 copy color: '#F0289C'

red 240 ◦ green 40 ◦ blue 156

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

Shades of Persian Rose #F0289C

Tints of Persian Rose #F0289C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.78%

R = 55.05%
G = 9.17%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#F0289C (or 0xF0289C) is known color: Persian Rose. HEX triplet: F0, 28 and 9C. RGB value is (240,40,156). Sum of RGB (Red+Green+Blue) = 240+40+156=436 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.05% from 436); Green value is 40 (16.02% from 255 or 9.17% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 240 - color contains mainly: red. Hex color #F0289C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0289C is #0FD763. Grayscale: #707070. Windows color (decimal): -1038180 or 10234096. OLE color: 10234096.

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

Color convert

RGB 240 40 156 -
CMYK 0 0.83 0.35 0.06
HSL 325.2º 0.87% 0.55% -
HSV(B) 325.2º 0.83% 0.94% -
XYZ 42.69 22.44 33.53 -
YUV 113.02 152.26 218.57 -
System Red Green Blue C M Y K H S L
Decimal 240 40 156 0 0.83 0.35 0.06 325.2 0.87 0.55
Hex F0 28 9C 0 53 23 6 145 57 37
Octal 360 50 234 0 123 43 6 505 127 67
Binary 11110000 101000 10011100 0 1010011 100011 110 101000101 1010111 110111

Color Harmonies of #F0289C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0289C

Black with #F0289C

Text Example


Text Example

White with #F0289C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0289C; }

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

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

background-color css

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

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

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

border-color css

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

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

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