Html Css Color HEX #FA41BC Razzle Dazzle Rose

📋 copy color: '#FA41BC'

red 250 ◦ green 65 ◦ blue 188

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

Shades of Razzle Dazzle Rose #FA41BC

Tints of Razzle Dazzle Rose #FA41BC

RGB

 RED value IS 250 (98.05% from 255) = 49.7%

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

 BLUE value IS 188 (73.83% from 255) = 37.38%

R = 49.7%
G = 12.92%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FA41BC (or 0xFA41BC) is known color: Razzle Dazzle Rose. HEX triplet: FA, 41 and BC. RGB value is (250,65,188). Sum of RGB (Red+Green+Blue) = 250+65+188=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 65 (25.78% from 255 or 12.92% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FA41BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA41BC is #05BE43. Grayscale: #868686. Windows color (decimal): -376388 or 12337658. OLE color: 12337658.

HSL color Cylindrical-coordinate representation of color #FA41BC: hue angle of 320.11º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FA41BC is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 65 188 -
CMYK 0 0.74 0.25 0.02
HSL 320.11º 0.95% 0.62% -
HSV(B) 320.11º 0.74% 0.98% -
XYZ 50.39 27.74 50.27 -
YUV 134.34 158.29 210.5 -
System Red Green Blue C M Y K H S L
Decimal 250 65 188 0 0.74 0.25 0.02 320.11 0.95 0.62
Hex FA 41 BC 0 4A 19 2 140 5F 3E
Octal 372 101 274 0 112 31 2 500 137 76
Binary 11111010 1000001 10111100 0 1001010 11001 10 101000000 1011111 111110

Color Harmonies of #FA41BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA41BC

Black with #FA41BC

Text Example


Text Example

White with #FA41BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA41BC; }

 p { color: rgb(250,65,188); }

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

background-color css

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

 a { background-color: rgb(250,65,188); }

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

border-color css

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

 span { border-color: rgb(250,65,188); }

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