Html Css Color HEX #F136C0 Razzle Dazzle Rose

📋 copy color: '#F136C0'

red 241 ◦ green 54 ◦ blue 192

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

Shades of Razzle Dazzle Rose #F136C0

Tints of Razzle Dazzle Rose #F136C0

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.09%

 BLUE value IS 192 (75.39% from 255) = 39.43%

R = 49.49%
G = 11.09%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F136C0 (or 0xF136C0) is known color: Razzle Dazzle Rose. HEX triplet: F1, 36 and C0. RGB value is (241,54,192). Sum of RGB (Red+Green+Blue) = 241+54+192=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 54 (21.48% from 255 or 11.09% from 487); Blue value is 192 (75.39% from 255 or 39.43% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F136C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F136C0 is #0EC93F. Grayscale: #7D7D7D. Windows color (decimal): -969024 or 12596977. OLE color: 12596977.

HSL color Cylindrical-coordinate representation of color #F136C0: hue angle of 315.72º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F136C0 is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 54 192 -
CMYK 0 0.78 0.20 0.05
HSL 315.72º 0.87% 0.58% -
HSV(B) 315.72º 0.78% 0.95% -
XYZ 47.11 25.14 52.24 -
YUV 125.65 165.45 210.28 -
System Red Green Blue C M Y K H S L
Decimal 241 54 192 0 0.78 0.20 0.05 315.72 0.87 0.58
Hex F1 36 C0 0 4E 14 5 13C 57 3A
Octal 361 66 300 0 116 24 5 474 127 72
Binary 11110001 110110 11000000 0 1001110 10100 101 100111100 1010111 111010

Color Harmonies of #F136C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F136C0

Black with #F136C0

Text Example


Text Example

White with #F136C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F136C0; }

 p { color: rgb(241,54,192); }

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

background-color css

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

 a { background-color: rgb(241,54,192); }

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

border-color css

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

 span { border-color: rgb(241,54,192); }

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