Html Css Color HEX #F130DE Razzle Dazzle Rose

📋 copy color: '#F130DE'

red 241 ◦ green 48 ◦ blue 222

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

Shades of Razzle Dazzle Rose #F130DE

Tints of Razzle Dazzle Rose #F130DE

RGB

 RED value IS 241 (94.53% from 255) = 47.16%

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

 BLUE value IS 222 (87.11% from 255) = 43.44%

R = 47.16%
G = 9.39%
B = 43.44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F130DE (or 0xF130DE) is known color: Razzle Dazzle Rose. HEX triplet: F1, 30 and DE. RGB value is (241,48,222). Sum of RGB (Red+Green+Blue) = 241+48+222=511 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.16% from 511); Green value is 48 (19.14% from 255 or 9.39% from 511); Blue value is 222 (87.11% from 255 or 43.44% from 511); Max value from RGB is 241 - color contains mainly: red. Hex color #F130DE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F130DE is #0ECF21. Grayscale: #7D7D7D. Windows color (decimal): -970530 or 14561521. OLE color: 14561521.

HSL color Cylindrical-coordinate representation of color #F130DE: hue angle of 305.91º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F130DE is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 48 222 -
CMYK 0 0.80 0.08 0.05
HSL 305.91º 0.87% 0.57% -
HSV(B) 305.91º 0.8% 0.95% -
XYZ 50.52 26.09 71.48 -
YUV 125.54 182.44 210.35 -
System Red Green Blue C M Y K H S L
Decimal 241 48 222 0 0.80 0.08 0.05 305.91 0.87 0.57
Hex F1 30 DE 0 50 8 5 132 57 39
Octal 361 60 336 0 120 10 5 462 127 71
Binary 11110001 110000 11011110 0 1010000 1000 101 100110010 1010111 111001

Color Harmonies of #F130DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F130DE

Black with #F130DE

Text Example


Text Example

White with #F130DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F130DE; }

 p { color: rgb(241,48,222); }

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

background-color css

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

 a { background-color: rgb(241,48,222); }

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

border-color css

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

 span { border-color: rgb(241,48,222); }

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