Html Css Color HEX #F123E6 Razzle Dazzle Rose

📋 copy color: '#F123E6'

red 241 ◦ green 35 ◦ blue 230

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

Shades of Razzle Dazzle Rose #F123E6

Tints of Razzle Dazzle Rose #F123E6

RGB

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

 GREEN value IS 35 (14.06% from 255) = 6.92%

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

R = 47.63%
G = 6.92%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F123E6 (or 0xF123E6) is known color: Razzle Dazzle Rose. HEX triplet: F1, 23 and E6. RGB value is (241,35,230). Sum of RGB (Red+Green+Blue) = 241+35+230=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 35 (14.06% from 255 or 6.92% from 506); Blue value is 230 (90.23% from 255 or 45.45% from 506); Max value from RGB is 241 - color contains mainly: red. Hex color #F123E6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F123E6 is #0EDC19. Grayscale: #767676. Windows color (decimal): -973850 or 15082481. OLE color: 15082481.

HSL color Cylindrical-coordinate representation of color #F123E6: hue angle of 303.2º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F123E6 is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 35 230 -
CMYK 0 0.85 0.05 0.05
HSL 303.2º 0.88% 0.54% -
HSV(B) 303.2º 0.85% 0.95% -
XYZ 51.16 25.62 77.11 -
YUV 118.82 190.75 215.14 -
System Red Green Blue C M Y K H S L
Decimal 241 35 230 0 0.85 0.05 0.05 303.2 0.88 0.54
Hex F1 23 E6 0 55 5 5 12F 58 36
Octal 361 43 346 0 125 5 5 457 130 66
Binary 11110001 100011 11100110 0 1010101 101 101 100101111 1011000 110110

Color Harmonies of #F123E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F123E6

Black with #F123E6

Text Example


Text Example

White with #F123E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F123E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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