Html Css Color HEX #F137DF Razzle Dazzle Rose

📋 copy color: '#F137DF'

red 241 ◦ green 55 ◦ blue 223

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

Shades of Razzle Dazzle Rose #F137DF

Tints of Razzle Dazzle Rose #F137DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.97%

R = 46.44%
G = 10.6%
B = 42.97%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F137DF (or 0xF137DF) is known color: Razzle Dazzle Rose. HEX triplet: F1, 37 and DF. RGB value is (241,55,223). Sum of RGB (Red+Green+Blue) = 241+55+223=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 55 (21.88% from 255 or 10.60% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 241 - color contains mainly: red. Hex color #F137DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F137DF is #0EC820. Grayscale: #818181. Windows color (decimal): -968737 or 14628849. OLE color: 14628849.

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

Color convert

RGB 241 55 223 -
CMYK 0 0.77 0.07 0.05
HSL 305.81º 0.87% 0.58% -
HSV(B) 305.81º 0.77% 0.95% -
XYZ 50.96 26.76 72.29 -
YUV 129.77 180.62 207.34 -
System Red Green Blue C M Y K H S L
Decimal 241 55 223 0 0.77 0.07 0.05 305.81 0.87 0.58
Hex F1 37 DF 0 4D 7 5 132 57 3A
Octal 361 67 337 0 115 7 5 462 127 72
Binary 11110001 110111 11011111 0 1001101 111 101 100110010 1010111 111010

Color Harmonies of #F137DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F137DF

Black with #F137DF

Text Example


Text Example

White with #F137DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F137DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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