Html Css Color HEX #F136BD Razzle Dazzle Rose

📋 copy color: '#F136BD'

red 241 ◦ green 54 ◦ blue 189

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

Shades of Razzle Dazzle Rose #F136BD

Tints of Razzle Dazzle Rose #F136BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.05%

R = 49.79%
G = 11.16%
B = 39.05%

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

#F136BD (or 0xF136BD) is known color: Razzle Dazzle Rose. HEX triplet: F1, 36 and BD. RGB value is (241,54,189). Sum of RGB (Red+Green+Blue) = 241+54+189=484 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.79% from 484); Green value is 54 (21.48% from 255 or 11.16% from 484); Blue value is 189 (74.22% from 255 or 39.05% from 484); Max value from RGB is 241 - color contains mainly: red. Hex color #F136BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F136BD is #0EC942. Grayscale: #7C7C7C. Windows color (decimal): -969027 or 12400369. OLE color: 12400369.

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

Color convert

RGB 241 54 189 -
CMYK 0 0.78 0.22 0.05
HSL 316.68º 0.87% 0.58% -
HSV(B) 316.68º 0.78% 0.95% -
XYZ 46.78 25.01 50.51 -
YUV 125.3 163.95 210.52 -
System Red Green Blue C M Y K H S L
Decimal 241 54 189 0 0.78 0.22 0.05 316.68 0.87 0.58
Hex F1 36 BD 0 4E 16 5 13D 57 3A
Octal 361 66 275 0 116 26 5 475 127 72
Binary 11110001 110110 10111101 0 1001110 10110 101 100111101 1010111 111010

Color Harmonies of #F136BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F136BD

Black with #F136BD

Text Example


Text Example

White with #F136BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F136BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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