Html Css Color HEX #F148C0 Razzle Dazzle Rose

📋 copy color: '#F148C0'

red 241 ◦ green 72 ◦ blue 192

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

Shades of Razzle Dazzle Rose #F148C0

Tints of Razzle Dazzle Rose #F148C0

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.26%

 BLUE value IS 192 (75.39% from 255) = 38.02%

R = 47.72%
G = 14.26%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F148C0 (or 0xF148C0) is known color: Razzle Dazzle Rose. HEX triplet: F1, 48 and C0. RGB value is (241,72,192). Sum of RGB (Red+Green+Blue) = 241+72+192=505 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.72% from 505); Green value is 72 (28.52% from 255 or 14.26% from 505); Blue value is 192 (75.39% from 255 or 38.02% from 505); Max value from RGB is 241 - color contains mainly: red. Hex color #F148C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F148C0 is #0EB73F. Grayscale: #878787. Windows color (decimal): -964416 or 12601585. OLE color: 12601585.

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

Color convert

RGB 241 72 192 -
CMYK 0 0.70 0.20 0.05
HSL 317.4º 0.86% 0.61% -
HSV(B) 317.4º 0.7% 0.95% -
XYZ 48.11 27.14 52.57 -
YUV 136.21 159.49 202.74 -
System Red Green Blue C M Y K H S L
Decimal 241 72 192 0 0.70 0.20 0.05 317.4 0.86 0.61
Hex F1 48 C0 0 46 14 5 13D 56 3D
Octal 361 110 300 0 106 24 5 475 126 75
Binary 11110001 1001000 11000000 0 1000110 10100 101 100111101 1010110 111101

Color Harmonies of #F148C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F148C0

Black with #F148C0

Text Example


Text Example

White with #F148C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F148C0; }

 p { color: rgb(241,72,192); }

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

background-color css

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

 a { background-color: rgb(241,72,192); }

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

border-color css

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

 span { border-color: rgb(241,72,192); }

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