Html Css Color HEX #F0309E Persian Rose

📋 copy color: '#F0309E'

red 240 ◦ green 48 ◦ blue 158

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

Shades of Persian Rose #F0309E

Tints of Persian Rose #F0309E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.76%

 BLUE value IS 158 (62.11% from 255) = 35.43%

R = 53.81%
G = 10.76%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#F0309E (or 0xF0309E) is known color: Persian Rose. HEX triplet: F0, 30 and 9E. RGB value is (240,48,158). Sum of RGB (Red+Green+Blue) = 240+48+158=446 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.81% from 446); Green value is 48 (19.14% from 255 or 10.76% from 446); Blue value is 158 (62.11% from 255 or 35.43% from 446); Max value from RGB is 240 - color contains mainly: red. Hex color #F0309E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0309E is #0FCF61. Grayscale: #757575. Windows color (decimal): -1036130 or 10367216. OLE color: 10367216.

HSL color Cylindrical-coordinate representation of color #F0309E: hue angle of 325.62º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F0309E is Cyan = 0, Magento = 0.8, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 48 158 -
CMYK 0 0.8 0.34 0.06
HSL 325.63º 0.86% 0.56% -
HSV(B) 325.63º 0.8% 0.94% -
XYZ 43.16 23.11 34.53 -
YUV 117.95 150.61 215.06 -
System Red Green Blue C M Y K H S L
Decimal 240 48 158 0 0.8 0.34 0.06 325.63 0.86 0.56
Hex F0 30 9E 0 50 22 6 146 56 38
Octal 360 60 236 0 120 42 6 506 126 70
Binary 11110000 110000 10011110 0 1010000 100010 110 101000110 1010110 111000

Color Harmonies of #F0309E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0309E

Black with #F0309E

Text Example


Text Example

White with #F0309E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0309E; }

 p { color: rgb(240,48,158); }

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

background-color css

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

 a { background-color: rgb(240,48,158); }

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

border-color css

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

 span { border-color: rgb(240,48,158); }

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