Html Css Color HEX #F12FCB Razzle Dazzle Rose

📋 copy color: '#F12FCB'

red 241 ◦ green 47 ◦ blue 203

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

Shades of Razzle Dazzle Rose #F12FCB

Tints of Razzle Dazzle Rose #F12FCB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.57%

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

R = 49.08%
G = 9.57%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F12FCB (or 0xF12FCB) is known color: Razzle Dazzle Rose. HEX triplet: F1, 2F and CB. RGB value is (241,47,203). Sum of RGB (Red+Green+Blue) = 241+47+203=491 (65% of max value = 765). Red value is 241 (94.53% from 255 or 49.08% from 491); Green value is 47 (18.75% from 255 or 9.57% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 241 - color contains mainly: red. Hex color #F12FCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F12FCB is #0ED034. Grayscale: #7A7A7A. Windows color (decimal): -970805 or 13316081. OLE color: 13316081.

HSL color Cylindrical-coordinate representation of color #F12FCB: hue angle of 311.75º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F12FCB is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 47 203 -
CMYK 0 0.80 0.16 0.05
HSL 311.75º 0.87% 0.56% -
HSV(B) 311.75º 0.8% 0.95% -
XYZ 48.07 25.05 58.8 -
YUV 122.79 173.27 212.32 -
System Red Green Blue C M Y K H S L
Decimal 241 47 203 0 0.80 0.16 0.05 311.75 0.87 0.56
Hex F1 2F CB 0 50 10 5 138 57 38
Octal 361 57 313 0 120 20 5 470 127 70
Binary 11110001 101111 11001011 0 1010000 10000 101 100111000 1010111 111000

Color Harmonies of #F12FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12FCB

Black with #F12FCB

Text Example


Text Example

White with #F12FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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