Html Css Color HEX #F01BDF Razzle Dazzle Rose

📋 copy color: '#F01BDF'

red 240 ◦ green 27 ◦ blue 223

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

Shades of Razzle Dazzle Rose #F01BDF

Tints of Razzle Dazzle Rose #F01BDF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.51%

 BLUE value IS 223 (87.5% from 255) = 45.51%

R = 48.98%
G = 5.51%
B = 45.51%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F01BDF (or 0xF01BDF) is known color: Razzle Dazzle Rose. HEX triplet: F0, 1B and DF. RGB value is (240,27,223). Sum of RGB (Red+Green+Blue) = 240+27+223=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 27 (10.94% from 255 or 5.51% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 240 - color contains mainly: red. Hex color #F01BDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F01BDF is #0FE420. Grayscale: #707070. Windows color (decimal): -1041441 or 14621680. OLE color: 14621680.

HSL color Cylindrical-coordinate representation of color #F01BDF: hue angle of 304.79º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F01BDF is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 27 223 -
CMYK 0 0.89 0.07 0.06
HSL 304.79º 0.88% 0.52% -
HSV(B) 304.79º 0.89% 0.94% -
XYZ 49.65 24.64 71.95 -
YUV 113.03 190.07 218.56 -
System Red Green Blue C M Y K H S L
Decimal 240 27 223 0 0.89 0.07 0.06 304.79 0.88 0.52
Hex F0 1B DF 0 59 7 6 131 58 34
Octal 360 33 337 0 131 7 6 461 130 64
Binary 11110000 11011 11011111 0 1011001 111 110 100110001 1011000 110100

Color Harmonies of #F01BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01BDF

Black with #F01BDF

Text Example


Text Example

White with #F01BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01BDF; }

 p { color: rgb(240,27,223); }

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

background-color css

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

 a { background-color: rgb(240,27,223); }

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

border-color css

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

 span { border-color: rgb(240,27,223); }

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