Html Css Color HEX #F841CE Razzle Dazzle Rose

📋 copy color: '#F841CE'

red 248 ◦ green 65 ◦ blue 206

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

Shades of Razzle Dazzle Rose #F841CE

Tints of Razzle Dazzle Rose #F841CE

RGB

 RED value IS 248 (97.27% from 255) = 47.78%

 GREEN value IS 65 (25.78% from 255) = 12.52%

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

R = 47.78%
G = 12.52%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F841CE (or 0xF841CE) is known color: Razzle Dazzle Rose. HEX triplet: F8, 41 and CE. RGB value is (248,65,206). Sum of RGB (Red+Green+Blue) = 248+65+206=519 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.78% from 519); Green value is 65 (25.78% from 255 or 12.52% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 248 - color contains mainly: red. Hex color #F841CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F841CE is #07BE31. Grayscale: #878787. Windows color (decimal): -507442 or 13517304. OLE color: 13517304.

HSL color Cylindrical-coordinate representation of color #F841CE: hue angle of 313.77º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F841CE is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 65 206 -
CMYK 0 0.74 0.17 0.03
HSL 313.77º 0.93% 0.61% -
HSV(B) 313.77º 0.74% 0.97% -
XYZ 51.74 28.19 61.11 -
YUV 135.79 167.63 208.04 -
System Red Green Blue C M Y K H S L
Decimal 248 65 206 0 0.74 0.17 0.03 313.77 0.93 0.61
Hex F8 41 CE 0 4A 11 3 13A 5D 3D
Octal 370 101 316 0 112 21 3 472 135 75
Binary 11111000 1000001 11001110 0 1001010 10001 11 100111010 1011101 111101

Color Harmonies of #F841CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F841CE

Black with #F841CE

Text Example


Text Example

White with #F841CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F841CE; }

 p { color: rgb(248,65,206); }

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

background-color css

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

 a { background-color: rgb(248,65,206); }

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

border-color css

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

 span { border-color: rgb(248,65,206); }

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