Html Css Color HEX #F12ACB Razzle Dazzle Rose

📋 copy color: '#F12ACB'

red 241 ◦ green 42 ◦ blue 203

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

Shades of Razzle Dazzle Rose #F12ACB

Tints of Razzle Dazzle Rose #F12ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.77%

R = 49.59%
G = 8.64%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F12ACB (or 0xF12ACB) is known color: Razzle Dazzle Rose. HEX triplet: F1, 2A and CB. RGB value is (241,42,203). Sum of RGB (Red+Green+Blue) = 241+42+203=486 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.59% from 486); Green value is 42 (16.80% from 255 or 8.64% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 241 - color contains mainly: red. Hex color #F12ACB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F12ACB is #0ED534. Grayscale: #777777. Windows color (decimal): -972085 or 13314801. OLE color: 13314801.

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

Color convert

RGB 241 42 203 -
CMYK 0 0.83 0.16 0.05
HSL 311.46º 0.88% 0.55% -
HSV(B) 311.46º 0.83% 0.95% -
XYZ 47.88 24.67 58.74 -
YUV 119.86 174.93 214.41 -
System Red Green Blue C M Y K H S L
Decimal 241 42 203 0 0.83 0.16 0.05 311.46 0.88 0.55
Hex F1 2A CB 0 53 10 5 137 58 37
Octal 361 52 313 0 123 20 5 467 130 67
Binary 11110001 101010 11001011 0 1010011 10000 101 100110111 1011000 110111

Color Harmonies of #F12ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12ACB

Black with #F12ACB

Text Example


Text Example

White with #F12ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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