Html Css Color HEX #F0307E Deep Cerise

📋 copy color: '#F0307E'

red 240 ◦ green 48 ◦ blue 126

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

Shades of Deep Cerise #F0307E

Tints of Deep Cerise #F0307E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30.43%

R = 57.97%
G = 11.59%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0307E (or 0xF0307E) is known color: Deep Cerise. HEX triplet: F0, 30 and 7E. RGB value is (240,48,126). Sum of RGB (Red+Green+Blue) = 240+48+126=414 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.97% from 414); Green value is 48 (19.14% from 255 or 11.59% from 414); Blue value is 126 (49.61% from 255 or 30.43% from 414); Max value from RGB is 240 - color contains mainly: red. Hex color #F0307E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0307E is #0FCF81. Grayscale: #727272. Windows color (decimal): -1036162 or 8270064. OLE color: 8270064.

HSL color Cylindrical-coordinate representation of color #F0307E: hue angle of 335.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 #F0307E is Cyan = 0, Magento = 0.8, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 48 126 -
CMYK 0 0.8 0.48 0.06
HSL 335.63º 0.86% 0.56% -
HSV(B) 335.63º 0.8% 0.94% -
XYZ 40.76 22.15 21.86 -
YUV 114.3 134.61 217.66 -
System Red Green Blue C M Y K H S L
Decimal 240 48 126 0 0.8 0.48 0.06 335.63 0.86 0.56
Hex F0 30 7E 0 50 30 6 150 56 38
Octal 360 60 176 0 120 60 6 520 126 70
Binary 11110000 110000 1111110 0 1010000 110000 110 101010000 1010110 111000

Color Harmonies of #F0307E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0307E

Black with #F0307E

Text Example


Text Example

White with #F0307E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0307E; }

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

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

background-color css

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

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

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

border-color css

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

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

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