Html Css Color HEX #F136E7 Razzle Dazzle Rose

📋 copy color: '#F136E7'

red 241 ◦ green 54 ◦ blue 231

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

Shades of Razzle Dazzle Rose #F136E7

Tints of Razzle Dazzle Rose #F136E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 43.92%

R = 45.82%
G = 10.27%
B = 43.92%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#F136E7 (or 0xF136E7) is known color: Razzle Dazzle Rose. HEX triplet: F1, 36 and E7. RGB value is (241,54,231). Sum of RGB (Red+Green+Blue) = 241+54+231=526 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.82% from 526); Green value is 54 (21.48% from 255 or 10.27% from 526); Blue value is 231 (90.62% from 255 or 43.92% from 526); Max value from RGB is 241 - color contains mainly: red. Hex color #F136E7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F136E7 is #0EC918. Grayscale: #818181. Windows color (decimal): -968985 or 15152881. OLE color: 15152881.

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

Color convert

RGB 241 54 231 -
CMYK 0 0.78 0.04 0.05
HSL 303.21º 0.87% 0.58% -
HSV(B) 303.21º 0.78% 0.95% -
XYZ 52.02 27.11 78.09 -
YUV 130.09 184.95 207.11 -
System Red Green Blue C M Y K H S L
Decimal 241 54 231 0 0.78 0.04 0.05 303.21 0.87 0.58
Hex F1 36 E7 0 4E 4 5 12F 57 3A
Octal 361 66 347 0 116 4 5 457 127 72
Binary 11110001 110110 11100111 0 1001110 100 101 100101111 1010111 111010

Color Harmonies of #F136E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F136E7

Black with #F136E7

Text Example


Text Example

White with #F136E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F136E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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