Html Css Color HEX #F841B9 Razzle Dazzle Rose

📋 copy color: '#F841B9'

red 248 ◦ green 65 ◦ blue 185

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

Shades of Razzle Dazzle Rose #F841B9

Tints of Razzle Dazzle Rose #F841B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.15%

R = 49.8%
G = 13.05%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F841B9 (or 0xF841B9) is known color: Razzle Dazzle Rose. HEX triplet: F8, 41 and B9. RGB value is (248,65,185). Sum of RGB (Red+Green+Blue) = 248+65+185=498 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.80% from 498); Green value is 65 (25.78% from 255 or 13.05% from 498); Blue value is 185 (72.66% from 255 or 37.15% from 498); Max value from RGB is 248 - color contains mainly: red. Hex color #F841B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F841B9 is #07BE46. Grayscale: #858585. Windows color (decimal): -507463 or 12141048. OLE color: 12141048.

HSL color Cylindrical-coordinate representation of color #F841B9: hue angle of 320.66º 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 #F841B9 is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 65 185 -
CMYK 0 0.74 0.25 0.03
HSL 320.66º 0.93% 0.61% -
HSV(B) 320.66º 0.74% 0.97% -
XYZ 49.36 27.24 48.56 -
YUV 133.4 157.13 209.74 -
System Red Green Blue C M Y K H S L
Decimal 248 65 185 0 0.74 0.25 0.03 320.66 0.93 0.61
Hex F8 41 B9 0 4A 19 3 141 5D 3D
Octal 370 101 271 0 112 31 3 501 135 75
Binary 11111000 1000001 10111001 0 1001010 11001 11 101000001 1011101 111101

Color Harmonies of #F841B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F841B9

Black with #F841B9

Text Example


Text Example

White with #F841B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F841B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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