Html Css Color HEX #F12CED Razzle Dazzle Rose

📋 copy color: '#F12CED'

red 241 ◦ green 44 ◦ blue 237

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

Shades of Razzle Dazzle Rose #F12CED

Tints of Razzle Dazzle Rose #F12CED

RGB

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

 GREEN value IS 44 (17.58% from 255) = 8.43%

 BLUE value IS 237 (92.97% from 255) = 45.4%

R = 46.17%
G = 8.43%
B = 45.4%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F12CED (or 0xF12CED) is known color: Razzle Dazzle Rose. HEX triplet: F1, 2C and ED. RGB value is (241,44,237). Sum of RGB (Red+Green+Blue) = 241+44+237=522 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.17% from 522); Green value is 44 (17.58% from 255 or 8.43% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 241 - color contains mainly: red. Hex color #F12CED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F12CED is #0ED312. Grayscale: #7C7C7C. Windows color (decimal): -971539 or 15543537. OLE color: 15543537.

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

Color convert

RGB 241 44 237 -
CMYK 0 0.82 0.02 0.05
HSL 301.22º 0.88% 0.56% -
HSV(B) 301.22º 0.82% 0.95% -
XYZ 52.46 26.62 82.49 -
YUV 124.91 191.27 210.81 -
System Red Green Blue C M Y K H S L
Decimal 241 44 237 0 0.82 0.02 0.05 301.22 0.88 0.56
Hex F1 2C ED 0 52 2 5 12D 58 38
Octal 361 54 355 0 122 2 5 455 130 70
Binary 11110001 101100 11101101 0 1010010 10 101 100101101 1011000 111000

Color Harmonies of #F12CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12CED

Black with #F12CED

Text Example


Text Example

White with #F12CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12CED; }

 p { color: rgb(241,44,237); }

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

background-color css

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

 a { background-color: rgb(241,44,237); }

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

border-color css

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

 span { border-color: rgb(241,44,237); }

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