Html Css Color HEX #F123CA Razzle Dazzle Rose

📋 copy color: '#F123CA'

red 241 ◦ green 35 ◦ blue 202

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

Shades of Razzle Dazzle Rose #F123CA

Tints of Razzle Dazzle Rose #F123CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.26%

R = 50.42%
G = 7.32%
B = 42.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F123CA (or 0xF123CA) is known color: Razzle Dazzle Rose. HEX triplet: F1, 23 and CA. RGB value is (241,35,202). Sum of RGB (Red+Green+Blue) = 241+35+202=478 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.42% from 478); Green value is 35 (14.06% from 255 or 7.32% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 241 - color contains mainly: red. Hex color #F123CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F123CA is #0EDC35. Grayscale: #737373. Windows color (decimal): -973878 or 13247473. OLE color: 13247473.

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

Color convert

RGB 241 35 202 -
CMYK 0 0.85 0.16 0.05
HSL 311.36º 0.88% 0.54% -
HSV(B) 311.36º 0.85% 0.95% -
XYZ 47.54 24.17 58.04 -
YUV 115.63 176.75 217.42 -
System Red Green Blue C M Y K H S L
Decimal 241 35 202 0 0.85 0.16 0.05 311.36 0.88 0.54
Hex F1 23 CA 0 55 10 5 137 58 36
Octal 361 43 312 0 125 20 5 467 130 66
Binary 11110001 100011 11001010 0 1010101 10000 101 100110111 1011000 110110

Color Harmonies of #F123CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F123CA

Black with #F123CA

Text Example


Text Example

White with #F123CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F123CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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