Html Css Color HEX #F838CA Razzle Dazzle Rose

📋 copy color: '#F838CA'

red 248 ◦ green 56 ◦ blue 202

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

Shades of Razzle Dazzle Rose #F838CA

Tints of Razzle Dazzle Rose #F838CA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.07%

 BLUE value IS 202 (79.3% from 255) = 39.92%

R = 49.01%
G = 11.07%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#F838CA (or 0xF838CA) is known color: Razzle Dazzle Rose. HEX triplet: F8, 38 and CA. RGB value is (248,56,202). Sum of RGB (Red+Green+Blue) = 248+56+202=506 (67% of max value = 765). Red value is 248 (97.27% from 255 or 49.01% from 506); Green value is 56 (22.27% from 255 or 11.07% from 506); Blue value is 202 (79.30% from 255 or 39.92% from 506); Max value from RGB is 248 - color contains mainly: red. Hex color #F838CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F838CA is #07C735. Grayscale: #818181. Windows color (decimal): -509750 or 13252856. OLE color: 13252856.

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

Color convert

RGB 248 56 202 -
CMYK 0 0.77 0.19 0.03
HSL 314.38º 0.93% 0.6% -
HSV(B) 314.38º 0.77% 0.97% -
XYZ 50.79 27.05 58.42 -
YUV 130.05 168.61 212.13 -
System Red Green Blue C M Y K H S L
Decimal 248 56 202 0 0.77 0.19 0.03 314.38 0.93 0.6
Hex F8 38 CA 0 4D 13 3 13A 5D 3C
Octal 370 70 312 0 115 23 3 472 135 74
Binary 11111000 111000 11001010 0 1001101 10011 11 100111010 1011101 111100

Color Harmonies of #F838CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F838CA

Black with #F838CA

Text Example


Text Example

White with #F838CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F838CA; }

 p { color: rgb(248,56,202); }

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

background-color css

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

 a { background-color: rgb(248,56,202); }

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

border-color css

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

 span { border-color: rgb(248,56,202); }

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