Html Css Color HEX #F144C2 Razzle Dazzle Rose

📋 copy color: '#F144C2'

red 241 ◦ green 68 ◦ blue 194

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

Shades of Razzle Dazzle Rose #F144C2

Tints of Razzle Dazzle Rose #F144C2

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.52%

 BLUE value IS 194 (76.17% from 255) = 38.57%

R = 47.91%
G = 13.52%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F144C2 (or 0xF144C2) is known color: Razzle Dazzle Rose. HEX triplet: F1, 44 and C2. RGB value is (241,68,194). Sum of RGB (Red+Green+Blue) = 241+68+194=503 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.91% from 503); Green value is 68 (26.95% from 255 or 13.52% from 503); Blue value is 194 (76.17% from 255 or 38.57% from 503); Max value from RGB is 241 - color contains mainly: red. Hex color #F144C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F144C2 is #0EBB3D. Grayscale: #858585. Windows color (decimal): -965438 or 12731633. OLE color: 12731633.

HSL color Cylindrical-coordinate representation of color #F144C2: hue angle of 316.3º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F144C2 is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 68 194 -
CMYK 0 0.72 0.20 0.05
HSL 316.3º 0.86% 0.61% -
HSV(B) 316.3º 0.72% 0.95% -
XYZ 48.08 26.73 53.66 -
YUV 134.09 161.81 204.25 -
System Red Green Blue C M Y K H S L
Decimal 241 68 194 0 0.72 0.20 0.05 316.3 0.86 0.61
Hex F1 44 C2 0 48 14 5 13C 56 3D
Octal 361 104 302 0 110 24 5 474 126 75
Binary 11110001 1000100 11000010 0 1001000 10100 101 100111100 1010110 111101

Color Harmonies of #F144C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F144C2

Black with #F144C2

Text Example


Text Example

White with #F144C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F144C2; }

 p { color: rgb(241,68,194); }

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

background-color css

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

 a { background-color: rgb(241,68,194); }

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

border-color css

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

 span { border-color: rgb(241,68,194); }

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