Html Css Color HEX #F135D1 Razzle Dazzle Rose

📋 copy color: '#F135D1'

red 241 ◦ green 53 ◦ blue 209

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

Shades of Razzle Dazzle Rose #F135D1

Tints of Razzle Dazzle Rose #F135D1

RGB

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

 GREEN value IS 53 (21.09% from 255) = 10.54%

 BLUE value IS 209 (82.03% from 255) = 41.55%

R = 47.91%
G = 10.54%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F135D1 (or 0xF135D1) is known color: Razzle Dazzle Rose. HEX triplet: F1, 35 and D1. RGB value is (241,53,209). Sum of RGB (Red+Green+Blue) = 241+53+209=503 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.91% from 503); Green value is 53 (21.09% from 255 or 10.54% from 503); Blue value is 209 (82.03% from 255 or 41.55% from 503); Max value from RGB is 241 - color contains mainly: red. Hex color #F135D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F135D1 is #0ECA2E. Grayscale: #7E7E7E. Windows color (decimal): -969263 or 13710833. OLE color: 13710833.

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

Color convert

RGB 241 53 209 -
CMYK 0 0.78 0.13 0.05
HSL 310.21º 0.87% 0.58% -
HSV(B) 310.21º 0.78% 0.95% -
XYZ 49.06 25.85 62.73 -
YUV 127 174.28 209.32 -
System Red Green Blue C M Y K H S L
Decimal 241 53 209 0 0.78 0.13 0.05 310.21 0.87 0.58
Hex F1 35 D1 0 4E D 5 136 57 3A
Octal 361 65 321 0 116 15 5 466 127 72
Binary 11110001 110101 11010001 0 1001110 1101 101 100110110 1010111 111010

Color Harmonies of #F135D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F135D1

Black with #F135D1

Text Example


Text Example

White with #F135D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F135D1; }

 p { color: rgb(241,53,209); }

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

background-color css

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

 a { background-color: rgb(241,53,209); }

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

border-color css

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

 span { border-color: rgb(241,53,209); }

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