Html Css Color HEX #F136BB Razzle Dazzle Rose

📋 copy color: '#F136BB'

red 241 ◦ green 54 ◦ blue 187

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

Shades of Razzle Dazzle Rose #F136BB

Tints of Razzle Dazzle Rose #F136BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.8%

R = 50%
G = 11.2%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F136BB (or 0xF136BB) is known color: Razzle Dazzle Rose. HEX triplet: F1, 36 and BB. RGB value is (241,54,187). Sum of RGB (Red+Green+Blue) = 241+54+187=482 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50% from 482); Green value is 54 (21.48% from 255 or 11.20% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 241 - color contains mainly: red. Hex color #F136BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F136BB is #0EC944. Grayscale: #7C7C7C. Windows color (decimal): -969029 or 12269297. OLE color: 12269297.

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

Color convert

RGB 241 54 187 -
CMYK 0 0.78 0.22 0.05
HSL 317.33º 0.87% 0.58% -
HSV(B) 317.33º 0.78% 0.95% -
XYZ 46.56 24.93 49.37 -
YUV 125.08 162.95 210.69 -
System Red Green Blue C M Y K H S L
Decimal 241 54 187 0 0.78 0.22 0.05 317.33 0.87 0.58
Hex F1 36 BB 0 4E 16 5 13D 57 3A
Octal 361 66 273 0 116 26 5 475 127 72
Binary 11110001 110110 10111011 0 1001110 10110 101 100111101 1010111 111010

Color Harmonies of #F136BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F136BB

Black with #F136BB

Text Example


Text Example

White with #F136BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F136BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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