Html Css Color HEX #F123D0 Razzle Dazzle Rose

📋 copy color: '#F123D0'

red 241 ◦ green 35 ◦ blue 208

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

Shades of Razzle Dazzle Rose #F123D0

Tints of Razzle Dazzle Rose #F123D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.98%

R = 49.79%
G = 7.23%
B = 42.98%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F123D0 (or 0xF123D0) is known color: Razzle Dazzle Rose. HEX triplet: F1, 23 and D0. RGB value is (241,35,208). Sum of RGB (Red+Green+Blue) = 241+35+208=484 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.79% from 484); Green value is 35 (14.06% from 255 or 7.23% from 484); Blue value is 208 (81.64% from 255 or 42.98% from 484); Max value from RGB is 241 - color contains mainly: red. Hex color #F123D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F123D0 is #0EDC2F. Grayscale: #737373. Windows color (decimal): -973872 or 13640689. OLE color: 13640689.

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

Color convert

RGB 241 35 208 -
CMYK 0 0.85 0.14 0.05
HSL 309.61º 0.88% 0.54% -
HSV(B) 309.61º 0.85% 0.95% -
XYZ 48.26 24.46 61.85 -
YUV 116.32 179.75 216.93 -
System Red Green Blue C M Y K H S L
Decimal 241 35 208 0 0.85 0.14 0.05 309.61 0.88 0.54
Hex F1 23 D0 0 55 E 5 136 58 36
Octal 361 43 320 0 125 16 5 466 130 66
Binary 11110001 100011 11010000 0 1010101 1110 101 100110110 1011000 110110

Color Harmonies of #F123D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F123D0

Black with #F123D0

Text Example


Text Example

White with #F123D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F123D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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