Html Css Color HEX #F137C7 Razzle Dazzle Rose

📋 copy color: '#F137C7'

red 241 ◦ green 55 ◦ blue 199

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

Shades of Razzle Dazzle Rose #F137C7

Tints of Razzle Dazzle Rose #F137C7

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.11%

 BLUE value IS 199 (78.13% from 255) = 40.2%

R = 48.69%
G = 11.11%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F137C7 (or 0xF137C7) is known color: Razzle Dazzle Rose. HEX triplet: F1, 37 and C7. RGB value is (241,55,199). Sum of RGB (Red+Green+Blue) = 241+55+199=495 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.69% from 495); Green value is 55 (21.88% from 255 or 11.11% from 495); Blue value is 199 (78.12% from 255 or 40.20% from 495); Max value from RGB is 241 - color contains mainly: red. Hex color #F137C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F137C7 is #0EC838. Grayscale: #7E7E7E. Windows color (decimal): -968761 or 13055985. OLE color: 13055985.

HSL color Cylindrical-coordinate representation of color #F137C7: hue angle of 313.55º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F137C7 is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 55 199 -
CMYK 0 0.77 0.17 0.05
HSL 313.55º 0.87% 0.58% -
HSV(B) 313.55º 0.77% 0.95% -
XYZ 47.95 25.56 56.44 -
YUV 127.03 168.62 209.29 -
System Red Green Blue C M Y K H S L
Decimal 241 55 199 0 0.77 0.17 0.05 313.55 0.87 0.58
Hex F1 37 C7 0 4D 11 5 13A 57 3A
Octal 361 67 307 0 115 21 5 472 127 72
Binary 11110001 110111 11000111 0 1001101 10001 101 100111010 1010111 111010

Color Harmonies of #F137C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F137C7

Black with #F137C7

Text Example


Text Example

White with #F137C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F137C7; }

 p { color: rgb(241,55,199); }

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

background-color css

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

 a { background-color: rgb(241,55,199); }

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

border-color css

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

 span { border-color: rgb(241,55,199); }

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