Html Css Color HEX #F134CE Razzle Dazzle Rose

📋 copy color: '#F134CE'

red 241 ◦ green 52 ◦ blue 206

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

Shades of Razzle Dazzle Rose #F134CE

Tints of Razzle Dazzle Rose #F134CE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.42%

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

R = 48.3%
G = 10.42%
B = 41.28%

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

#F134CE (or 0xF134CE) is known color: Razzle Dazzle Rose. HEX triplet: F1, 34 and CE. RGB value is (241,52,206). Sum of RGB (Red+Green+Blue) = 241+52+206=499 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.30% from 499); Green value is 52 (20.70% from 255 or 10.42% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 241 - color contains mainly: red. Hex color #F134CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F134CE is #0ECB31. Grayscale: #7D7D7D. Windows color (decimal): -969522 or 13513969. OLE color: 13513969.

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

Color convert

RGB 241 52 206 -
CMYK 0 0.78 0.15 0.05
HSL 311.11º 0.87% 0.57% -
HSV(B) 311.11º 0.78% 0.95% -
XYZ 48.64 25.61 60.77 -
YUV 126.07 173.12 209.98 -
System Red Green Blue C M Y K H S L
Decimal 241 52 206 0 0.78 0.15 0.05 311.11 0.87 0.57
Hex F1 34 CE 0 4E F 5 137 57 39
Octal 361 64 316 0 116 17 5 467 127 71
Binary 11110001 110100 11001110 0 1001110 1111 101 100110111 1010111 111001

Color Harmonies of #F134CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F134CE

Black with #F134CE

Text Example


Text Example

White with #F134CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F134CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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