Html Css Color HEX #F135CE Razzle Dazzle Rose

📋 copy color: '#F135CE'

red 241 ◦ green 53 ◦ blue 206

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

Shades of Razzle Dazzle Rose #F135CE

Tints of Razzle Dazzle Rose #F135CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.2%

R = 48.2%
G = 10.6%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F135CE (or 0xF135CE) is known color: Razzle Dazzle Rose. HEX triplet: F1, 35 and CE. RGB value is (241,53,206). Sum of RGB (Red+Green+Blue) = 241+53+206=500 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.2% from 500); Green value is 53 (21.09% from 255 or 10.6% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 241 - color contains mainly: red. Hex color #F135CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F135CE is #0ECA31. Grayscale: #7E7E7E. Windows color (decimal): -969266 or 13514225. OLE color: 13514225.

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

Color convert

RGB 241 53 206 -
CMYK 0 0.78 0.15 0.05
HSL 311.17º 0.87% 0.58% -
HSV(B) 311.17º 0.78% 0.95% -
XYZ 48.69 25.7 60.79 -
YUV 126.65 172.78 209.56 -
System Red Green Blue C M Y K H S L
Decimal 241 53 206 0 0.78 0.15 0.05 311.17 0.87 0.58
Hex F1 35 CE 0 4E F 5 137 57 3A
Octal 361 65 316 0 116 17 5 467 127 72
Binary 11110001 110101 11001110 0 1001110 1111 101 100110111 1010111 111010

Color Harmonies of #F135CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F135CE

Black with #F135CE

Text Example


Text Example

White with #F135CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F135CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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