Html Css Color HEX #F136CF Razzle Dazzle Rose

📋 copy color: '#F136CF'

red 241 ◦ green 54 ◦ blue 207

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

Shades of Razzle Dazzle Rose #F136CF

Tints of Razzle Dazzle Rose #F136CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.24%

R = 48.01%
G = 10.76%
B = 41.24%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F136CF (or 0xF136CF) is known color: Razzle Dazzle Rose. HEX triplet: F1, 36 and CF. RGB value is (241,54,207). Sum of RGB (Red+Green+Blue) = 241+54+207=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 54 (21.48% from 255 or 10.76% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 241 - color contains mainly: red. Hex color #F136CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F136CF is #0EC930. Grayscale: #7E7E7E. Windows color (decimal): -969009 or 13580017. OLE color: 13580017.

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

Color convert

RGB 241 54 207 -
CMYK 0 0.78 0.14 0.05
HSL 310.91º 0.87% 0.58% -
HSV(B) 310.91º 0.78% 0.95% -
XYZ 48.86 25.84 61.44 -
YUV 127.36 172.95 209.06 -
System Red Green Blue C M Y K H S L
Decimal 241 54 207 0 0.78 0.14 0.05 310.91 0.87 0.58
Hex F1 36 CF 0 4E E 5 137 57 3A
Octal 361 66 317 0 116 16 5 467 127 72
Binary 11110001 110110 11001111 0 1001110 1110 101 100110111 1010111 111010

Color Harmonies of #F136CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F136CF

Black with #F136CF

Text Example


Text Example

White with #F136CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F136CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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