Html Css Color HEX #F03BCD Razzle Dazzle Rose

📋 copy color: '#F03BCD'

red 240 ◦ green 59 ◦ blue 205

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

Shades of Razzle Dazzle Rose #F03BCD

Tints of Razzle Dazzle Rose #F03BCD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.71%

 BLUE value IS 205 (80.47% from 255) = 40.67%

R = 47.62%
G = 11.71%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F03BCD (or 0xF03BCD) is known color: Razzle Dazzle Rose. HEX triplet: F0, 3B and CD. RGB value is (240,59,205). Sum of RGB (Red+Green+Blue) = 240+59+205=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 59 (23.44% from 255 or 11.71% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 240 - color contains mainly: red. Hex color #F03BCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F03BCD is #0FC432. Grayscale: #818181. Windows color (decimal): -1033267 or 13450224. OLE color: 13450224.

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

Color convert

RGB 240 59 205 -
CMYK 0 0.75 0.15 0.06
HSL 311.6º 0.86% 0.59% -
HSV(B) 311.6º 0.75% 0.94% -
XYZ 48.52 26.06 60.23 -
YUV 129.76 170.47 206.63 -
System Red Green Blue C M Y K H S L
Decimal 240 59 205 0 0.75 0.15 0.06 311.6 0.86 0.59
Hex F0 3B CD 0 4B F 6 138 56 3B
Octal 360 73 315 0 113 17 6 470 126 73
Binary 11110000 111011 11001101 0 1001011 1111 110 100111000 1010110 111011

Color Harmonies of #F03BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03BCD

Black with #F03BCD

Text Example


Text Example

White with #F03BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03BCD; }

 p { color: rgb(240,59,205); }

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

background-color css

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

 a { background-color: rgb(240,59,205); }

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

border-color css

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

 span { border-color: rgb(240,59,205); }

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