Html Css Color HEX #F12ADF Razzle Dazzle Rose

📋 copy color: '#F12ADF'

red 241 ◦ green 42 ◦ blue 223

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

Shades of Razzle Dazzle Rose #F12ADF

Tints of Razzle Dazzle Rose #F12ADF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.3%

 BLUE value IS 223 (87.5% from 255) = 44.07%

R = 47.63%
G = 8.3%
B = 44.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F12ADF (or 0xF12ADF) is known color: Razzle Dazzle Rose. HEX triplet: F1, 2A and DF. RGB value is (241,42,223). Sum of RGB (Red+Green+Blue) = 241+42+223=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 42 (16.80% from 255 or 8.30% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 241 - color contains mainly: red. Hex color #F12ADF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F12ADF is #0ED520. Grayscale: #797979. Windows color (decimal): -972065 or 14625521. OLE color: 14625521.

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

Color convert

RGB 241 42 223 -
CMYK 0 0.83 0.07 0.05
HSL 305.43º 0.88% 0.55% -
HSV(B) 305.43º 0.83% 0.95% -
XYZ 50.42 25.68 72.11 -
YUV 122.14 184.93 212.78 -
System Red Green Blue C M Y K H S L
Decimal 241 42 223 0 0.83 0.07 0.05 305.43 0.88 0.55
Hex F1 2A DF 0 53 7 5 131 58 37
Octal 361 52 337 0 123 7 5 461 130 67
Binary 11110001 101010 11011111 0 1010011 111 101 100110001 1011000 110111

Color Harmonies of #F12ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12ADF

Black with #F12ADF

Text Example


Text Example

White with #F12ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12ADF; }

 p { color: rgb(241,42,223); }

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

background-color css

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

 a { background-color: rgb(241,42,223); }

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

border-color css

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

 span { border-color: rgb(241,42,223); }

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