Html Css Color HEX #F130E6 Razzle Dazzle Rose

📋 copy color: '#F130E6'

red 241 ◦ green 48 ◦ blue 230

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

Shades of Razzle Dazzle Rose #F130E6

Tints of Razzle Dazzle Rose #F130E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 44.32%

R = 46.44%
G = 9.25%
B = 44.32%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F130E6 (or 0xF130E6) is known color: Razzle Dazzle Rose. HEX triplet: F1, 30 and E6. RGB value is (241,48,230). Sum of RGB (Red+Green+Blue) = 241+48+230=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 48 (19.14% from 255 or 9.25% from 519); Blue value is 230 (90.23% from 255 or 44.32% from 519); Max value from RGB is 241 - color contains mainly: red. Hex color #F130E6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F130E6 is #0ECF19. Grayscale: #7D7D7D. Windows color (decimal): -970522 or 15085809. OLE color: 15085809.

HSL color Cylindrical-coordinate representation of color #F130E6: hue angle of 303.42º 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 #F130E6 is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 48 230 -
CMYK 0 0.80 0.05 0.05
HSL 303.42º 0.87% 0.57% -
HSV(B) 303.42º 0.8% 0.95% -
XYZ 51.62 26.53 77.26 -
YUV 126.46 186.44 209.7 -
System Red Green Blue C M Y K H S L
Decimal 241 48 230 0 0.80 0.05 0.05 303.42 0.87 0.57
Hex F1 30 E6 0 50 5 5 12F 57 39
Octal 361 60 346 0 120 5 5 457 127 71
Binary 11110001 110000 11100110 0 1010000 101 101 100101111 1010111 111001

Color Harmonies of #F130E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F130E6

Black with #F130E6

Text Example


Text Example

White with #F130E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F130E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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