Html Css Color HEX #F136DA Razzle Dazzle Rose

📋 copy color: '#F136DA'

red 241 ◦ green 54 ◦ blue 218

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

Shades of Razzle Dazzle Rose #F136DA

Tints of Razzle Dazzle Rose #F136DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.5%

R = 46.98%
G = 10.53%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F136DA (or 0xF136DA) is known color: Razzle Dazzle Rose. HEX triplet: F1, 36 and DA. RGB value is (241,54,218). Sum of RGB (Red+Green+Blue) = 241+54+218=513 (67% of max value = 765). Red value is 241 (94.53% from 255 or 46.98% from 513); Green value is 54 (21.48% from 255 or 10.53% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 241 - color contains mainly: red. Hex color #F136DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F136DA is #0EC925. Grayscale: #808080. Windows color (decimal): -968998 or 14300913. OLE color: 14300913.

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

Color convert

RGB 241 54 218 -
CMYK 0 0.78 0.10 0.05
HSL 307.38º 0.87% 0.58% -
HSV(B) 307.38º 0.78% 0.95% -
XYZ 50.25 26.4 68.78 -
YUV 128.61 178.45 208.16 -
System Red Green Blue C M Y K H S L
Decimal 241 54 218 0 0.78 0.10 0.05 307.38 0.87 0.58
Hex F1 36 DA 0 4E A 5 133 57 3A
Octal 361 66 332 0 116 12 5 463 127 72
Binary 11110001 110110 11011010 0 1001110 1010 101 100110011 1010111 111010

Color Harmonies of #F136DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F136DA

Black with #F136DA

Text Example


Text Example

White with #F136DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F136DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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